Interface ITypeChangeMigrationBuilder<TProps, TFrom, TTo>
Builder for configuring type conversion
public interface ITypeChangeMigrationBuilder<TProps, TFrom, TTo> where TProps : class
Methods
Using(Expression<Func<TFrom, TTo>>)
Set conversion function.
IPropertyMigrationBuilder<TProps, TTo> Using(Expression<Func<TFrom, TTo>> converter)